home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Dutch (K-1.2.2) / Meer stapels / Verkoopresultaten / background_2620.txt < prev    next >
Text File  |  1988-12-21  |  2KB  |  129 lines

  1. -- background: 2620 from stack: in
  2. -- bmap block id: 4362
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11. function frameheight
  12. return 230
  13. end frameheight
  14.  
  15. function framewidth
  16. return 395
  17. end framewidth
  18.  
  19. function framebottom
  20. return 296
  21. end framebottom
  22.  
  23. function frameleft
  24. return 25
  25. end frameleft
  26.  
  27.  
  28.  
  29.  
  30. -- part 1 (button)
  31. -- low flags: 00
  32. -- high flags: 2002
  33. -- rect: left=433 top=26 right=49 bottom=473
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 1014 / 1014
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: Prev
  42. ----- HyperTalk script -----
  43. on mouseUp
  44.   visual effect wipe right
  45.   go to previous card
  46. end mouseUp
  47.  
  48.  
  49. -- part 2 (button)
  50. -- low flags: 00
  51. -- high flags: 0000
  52. -- rect: left=451 top=307 right=340 bottom=490
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 21700 / 21700
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: Home
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   visual effect iris close
  64.   go home
  65. end mouseUp
  66.  
  67.  
  68.  
  69.  
  70. -- part 4 (button)
  71. -- low flags: 00
  72. -- high flags: 2002
  73. -- rect: left=472 top=26 right=49 bottom=509
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 1013 / 1013
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Next
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   visual effect wipe left
  85.   go to next card
  86. end mouseUp
  87.  
  88.  
  89. -- part 5 (field)
  90. -- low flags: 00
  91. -- high flags: 4007
  92. -- rect: left=433 top=51 right=273 bottom=509
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 0 / 0
  95. -- text alignment: 65535
  96. -- font id: 3
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: Data
  101.  
  102.  
  103. -- part 9 (field)
  104. -- low flags: 00
  105. -- high flags: 0000
  106. -- rect: left=295 top=279 right=297 bottom=413
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 0 / 0
  109. -- text alignment: 0
  110. -- font id: 3
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: Total
  115.  
  116.  
  117. -- part 11 (field)
  118. -- low flags: 01
  119. -- high flags: 2002
  120. -- rect: left=63 top=30 right=57 bottom=379
  121. -- title width / last selected line: 0
  122. -- icon id / first selected line: 0 / 0
  123. -- text alignment: 1
  124. -- font id: 3
  125. -- text size: 14
  126. -- style flags: 256
  127. -- line height: 18
  128. -- part name: 
  129.